Floating Point Unit - перевод на испанский
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:     

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Floating Point Unit - перевод на испанский

COPROCESSOR FOR FLOATING POINT ARITHMETIC
Floating Point Unit; Floating-Point Processor; Math coprocessor; Floating point processor; Floating-Point Unit; Floating point unit; Floating-point emulation; Floating point emulation; FP emulation; FP emulator; FPU emulation; FPU emulator; Floating-point emulator; Floating point emulator; Floating-point unit emulator; Floating point unit emulator; Floating-point unit emulation; Floating point unit emulation; Floating point software emulation; Floating-point software emulation; Floating point software emulator; Floating-point software emulator; FP software emulation; FP software emulator; Floating-point emulation software; Floating point emulation software; FP emulation software; Floating-point emulation software routine; Floating point emulation software routine; FP emulation software routine
  • 180px

Floating Point Unit         
Unidad de coma flotante, Sistema de calculación de números de modo que la coma no está en un lugar permanente
math coprocessor         
Coprocesador de ayuda matemática
Math coprocessor         
Coprocesador matemático

Определение

mau
mau Variante de "miau", palabra con que se designa o imita la voz del *gato.

Википедия

Floating-point unit

A floating-point unit (FPU, colloquially a math coprocessor) is a part of a computer system specially designed to carry out operations on floating-point numbers. Typical operations are addition, subtraction, multiplication, division, and square root. Some FPUs can also perform various transcendental functions such as exponential or trigonometric calculations, but the accuracy can be very low, so that some systems prefer to compute these functions in software.

In general-purpose computer architectures, one or more FPUs may be integrated as execution units within the central processing unit; however, many embedded processors do not have hardware support for floating-point operations (while they increasingly have them as standard, at least 32-bit ones).

When a CPU is executing a program that calls for a floating-point operation, there are three ways to carry it out:

  • A floating-point unit emulator (a floating-point library)
  • Add-on FPU
  • Integrated FPU